From ab2005367dc353b9c1514fb1a2f4e270e3699c90 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Wed, 12 Jun 2013 19:42:12 +0800 Subject: [PATCH] * lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/ibuf-ext.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 15eae7dd038..049f1761ef0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-06-12 Xue Fuqiao + + * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix. + 2013-06-12 Andreas Schwab * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 146ba61a517..de36c6c86ce 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -1523,7 +1523,7 @@ You can then feed the file name(s) to other commands with \\[yank]." ;;;###autoload (defun ibuffer-mark-help-buffers () - "Mark buffers like *Help*, *Apropos*, *Info*." + "Mark buffers whose major mode is in variable `ibuffer-help-buffer-modes'." (interactive) (ibuffer-mark-on-buffer #'(lambda (buf) -- 2.30.2